home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / text / hyper / ADtoHT2_1.lha / Source.lha / MyLib.lha / stdio / ferror.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-05  |  168 b   |  12 lines

  1. #include <stdio.h>
  2.  
  3. /************************************************************************/
  4.  
  5. #undef ferror
  6.  
  7. int ferror(FILE *Stream)
  8.  
  9. {
  10.   return __ferror(Stream);
  11. }
  12.